home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13666 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: usamrid.innovsoftd.com!news
  2. From: David Peterson <dpeterso@isd.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: ****MSVisual C++ 4.1 IN WINDOWS 95
  5. Date: Tue, 26 Mar 1996 13:21:51 -0600
  6. Organization: Applied Systems, Inc.
  7. Message-ID: <315843CF.42CA@isd.net>
  8. References: <4j97oq$k8p@post.gsfc.nasa.gov>
  9. NNTP-Posting-Host: pm-1-210.innovsoftd.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. Michael Shapiro wrote:
  16. > Hello World!
  17. > 1. I'm installing MSVisual C++ 4.1 in Windows 95.
  18. > I get an error:
  19. > Setup cannot open the destination file 'C:\WINDOWS\SYSTEM\MSVCRT20.DLL'.
  20. > The file may be in use by another application, or marked read-only. Close
  21. > the application or change the file's read-only attribute and try again.
  22. > 2. I already have MS Visual C++ 1.52c installed to write
  23. > DLLs for 16bit applications.
  24. > 3. Can I have both versions of C++ running on the same PC under
  25. > 95?
  26. > 4. Does anybody know how to fight the error message I have during the
  27. > installation of MS Visual C++ 4.1?
  28. > TIA
  29.  
  30. I'll guess that 'C:\WINDOWS\SYSTEM\MSVCRT20.DLL' is being loaded by windows in SYSTEM.INI or CONTROL.INI.
  31.  
  32. If it is remove the reference fro the .INI file, restart the machine and try loading again.
  33.  
  34. Dave
  35.